home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / wakebtn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  371 b   |  20 lines

  1. #ifndef HEADER_WAKEBTN
  2. #define HEADER_WAKEBTN
  3.  
  4. typedef    struct {
  5.     unsigned int    atr ;
  6.     FRAME    fr ;
  7.     COLOR    clr ;
  8.     unsigned char    atrm ;        /*    ここまではハイパーに同じ.        */
  9.     int        (*func)() ;
  10.     unsigned short    skey ;        /*    ここまではボタンに同じ    */
  11. }    WAKE ;
  12.  
  13. int MMI_initWakeBtn(void);
  14.  
  15. #ifndef MODULE_WAKEBTN
  16.     extern    int        MJ_WAKEBTN;
  17. #endif
  18.  
  19. #endif HEADER_WAKEBTN
  20.